home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1993 / The Association of Shareware Professionals Advantage CD-ROM 1993.iso / files / utilties / xmenu / readme.322 < prev    next >
Text File  |  1993-02-09  |  5KB  |  137 lines

  1.  XMENU (tm)   Menu Manager   Version 3.22
  2.  Copyright 1988-1993 Gary W. Wood  All Rights Reserved.   XMENU /h for usage
  3.  
  4.  You are free to use, copy and distribute XLIST for personal use and shareware
  5.  distribution IN ITS ORIGINAL, UNMODIFIED FORM PROVIDED NO FEE BEYOND REASONABLE
  6.  MEDIA AND/OR SHIPPING CHARGES IS LEVIED.
  7.  
  8.  Gary W. Wood disclaims all warranties as to this software, whether express or
  9.  implied, including without limitation any implied warranties of merchant-
  10.  ability, fitness for a particular purpose, functionality or data integrity
  11.  or protection.  This program may not be used in a business, corporation,
  12.  organization, government or agency environment without a negotiated site
  13.  license.  See documentation for further disclaimers and information.
  14.  
  15.  If you find XMENU fast, easy, and convenient to use, a registration of $25
  16.  would be appreciated.    If you send $25 or more you will receive, when
  17.  available, the next version of XMENU.    Please state the version of the
  18.  software that you currently have.
  19.  
  20.  This program may not be used in a business, corporation, organization,
  21.  government or agency environment without a negotiated site license.
  22.  
  23.  Send check or money order to: Gary W. Wood
  24.                    5401 Lakeview Road
  25.                    North Little Rock, AR  72116
  26.  
  27. *******************************************************************************
  28.  
  29. WELCOME!
  30.  
  31. This is the PC-DOS release of XMENU.  This will be the most powerful
  32. version of XMENU ever released.  It has new features as outlined below.
  33.  
  34. INVENTORY of ZIP file.
  35.  
  36.     README.322    This file.
  37.     XMENU.EXE    Main program (DOS Version)
  38.     XMENU.DOC    Documentation
  39.     DOS.HLP     Sample text help text
  40.     MAINMENU.MNU    Sample initial menu
  41.     DOS.MNU     Sample menu
  42.     XCRYPT.EXE    Encryption / De-encryption Utility for Menus
  43.     XSETUP.EXE    Create User Application Menu
  44.     XSETUP.INF    XSETUP configuration file
  45.  
  46.  
  47. ENVIRONMENT PARAMETERS:
  48.  
  49.     For best performance of XMENU, set the following environment
  50.     parameters before using XMENU.    This is where the program will
  51.     page memory used by XMENU to this directory.
  52.  
  53.     SET TMP=D:\          <-- Set to a virtual disk or temp. directory.
  54.     SET LIST=[browse utility] <-- Enter name of favorite browse utility
  55.                       such as, Van Buerg's List program.
  56.     SET XMENU=[location of XMENU] <-- Optional location of XMENU in order
  57.                       to search for control menus.    If
  58.                       not specified XMENU will use the
  59.                       PATH environment parameter.
  60.  
  61. NEW FEATURES:
  62.  
  63.  
  64.     Version 3.00 ---
  65.  
  66.     Changed screen design layout.
  67.     Added Mouse support.
  68.     Changed environment parameter names.
  69.     Compiled with Microsoft "C" 6.00A.
  70.     XSETUP.EXE utility to create user application menu.
  71.     Changed XMENU.CNF file to XMENU.INI (NOTE: XMENU.INI is created
  72.         at the first execution of XMENU.EXE).
  73.     Added user-defined headings set at installation into XMENU.INI.
  74.  
  75.  
  76.     Version 3.00A ---
  77.  
  78.     Change back to originating DOS drive and directory after
  79.          executing DOS command.
  80.     Search for .MNU & .INI using the SET XMENU= environment parameter
  81.          when present.
  82.     Bug associated with "C" optimization caused last menu item to be
  83.          from next page corrected.
  84.  
  85.  
  86.     Version 3.10 ---
  87.  
  88.     Enhancement to write DOS commands to a DOS batch file when
  89.         the first command is the "ECHO [ON|OFF]" or "@ECHO [ON|OFF]"
  90.         batch command.    This will allow you to utilize batch commands
  91.         within option command strings.
  92.     Enhancement to add a maintenance & access password.  If the
  93.         maintenance password is forgotten you must use the
  94.         XCRYPT.EXE program to de-encrypt the menu and manually
  95.         remove the password and re-encrypt the menu.
  96.     Enhancement to add a function key (i.e. F3) to shell to DOS.
  97.     Enhancement to put a function key help line on the last row on the
  98.         display.
  99.     Disable blinking color attributes within XMENU, thereby allowing use of
  100.         high intensity colors.
  101.     Search for .MNU & .INI & help files & log files will look at the
  102.         XMENU= environment parameter first before searching the
  103.         PATH= environment parameter.
  104.     Corrected consistency of using XMENU= environment parameter when
  105.         present instead of PATH= environment parameter.
  106.     Support of the COUNTRY= command in PC-DOS CONFIG.SYS to
  107.         select the format for date & time displayed.
  108.     Screen blanking after a number of seconds set at the command
  109.         prompt with the /B[nnnn] parameter.
  110.  
  111.     Version 3.11 --- August 28, 1991
  112.  
  113.     Will use EMS expanded memory when available to shrink XMENU to
  114.         use on 7K of memory.
  115.  
  116.     Version 3.20 --- January 27, 1992
  117.  
  118.     Registration prompt at startup of program. (Unregistered Version Only)
  119.     Link program without using /EXEPACK to keep from hanging running
  120.         under MS DOS 5.0 when loaded in low memory locations.
  121.  
  122.     Version 3.21 --- March 24, 1992
  123.  
  124.     Problem with loading initial menu when the PROMPT= environment
  125.         parameter is present.
  126.  
  127.     Version 3.22 --- February 8, 1993
  128.  
  129.     Allow the menu names to be full drive/directory filenames.
  130.     New parameters allow Xmenu to only use 10K of memory using EMS or
  131.         Extended memory or disk.
  132.     Added feature to handle unsafe interrupts when shrinking
  133.         memory usage.    If you get the "Unsafe interrupt..."
  134.         message when executing commands load the "TSRINT.EXE"
  135.         TSR program prior to executing XMenu.
  136.  
  137.